home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_3 / mrman200 / env / mrman / config next >
Text File  |  1993-03-02  |  686b  |  22 lines

  1. ; Define where the MRMan index is stored:
  2. index = MAN:MRMan.index
  3. ;
  4. ; Define the default viewer for filenames which have no suffixes.
  5. defaultviewer = Multiview
  6. ;
  7. ; Declare the legal suffixes for MRMan.
  8. ; The format for these entries is:
  9. ;   suffix = <suffix_name> [ <viewer_name> ]
  10. ;
  11. ; The suffix name must not include the preceding period.
  12. ; The <viewer_name> may be either the full name of the viewing program
  13. ; to be used or a name that is relative to your current search path.
  14. ;
  15. suffix = guide  MultiView
  16. ; If you don't have MultiView, you can use this entry for AmigaGuide.
  17. ; suffix = guide SYS:Utilities/AmigaGuide
  18. suffix = doc    More
  19. suffix = man    More
  20. suffix = text   More
  21. ;
  22.